home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
xsw
/
include
/
psio.h
< prev
next >
Wrap
Text File
|
1995-05-09
|
985b
|
38 lines
/*
* @(#) psio.h 12.1 95/05/09 SCOINC
*/
/***************************************************************************
*
* Copyright (c) 1990-1993 The Santa Cruz Operation, Inc.
*
* All rights reserved. No part of this program or publication may be
* reproduced, transmitted, transcribed, stored in a retrieval system,
* or translated into any language or computer language, in any form or
* by any means, electronic, mechanical, magnetic, optical, chemical,
* biological, or otherwise, without the prior written permission of:
*
* The Santa Cruz Operation , Inc. (408) 425-7222
* 400 Encinal St., Santa Cruz, California 95060 USA
*
**************************************************************************/
/*
* Modification History
*
* S000 27-May-93 rickra
* Initial check in....
*/
typedef struct ps_io_pixel_struct
{
Pixel iosw_pixel;
Pixel ioch_pixel;
Pixel ior_pixel;
Pixel iow_pixel;
Pixel total_pixel; /* u_ior + u_iow */
} PS_IO_PIXEL;